Skip to content

ObserverBase.OnCompletedCore() method

Defined in

Type: ObserverBase Namespace: System.Reactive Assembly: System.Reactive.dll

Applies to

netstandard2.0

protected abstract void OnCompletedCore()

Summary: Implement this method to react to the end of the sequence.

Remarks

This method only gets called when the observer hasn't stopped yet, and causes the observer to stop.